projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d4eb0
)
(ido-edit-input): Use selected match, if any.
author
Kim F. Storm
<storm@cua.dk>
Thu, 16 Mar 2006 22:23:22 +0000
(22:23 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 16 Mar 2006 22:23:22 +0000
(22:23 +0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index cae5446abcde17ecfffad63b315cfdd0d2e4a973..c1d40df5c699a81df1eab0630590ab63ce09a936 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-1973,7
+1973,7
@@
If INITIAL is non-nil, it specifies the initial input string."
(defun ido-edit-input ()
"Edit absolute file name entered so far with ido; terminate by RET."
(interactive)
- (setq ido-text-init
ido-text
)
+ (setq ido-text-init
(if ido-matches (car ido-matches) ido-text)
)
(setq ido-exit 'edit)
(exit-minibuffer))